VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / DragSourceManager<T> Class / HasDragSource(DragEventArgs) Method
Syntax Requirements SeeAlso
In This Topic
    HasDragSource(DragEventArgs) Method (DragSourceManager<T>)
    In This Topic
    Determines whether manager has drag source for specified arguments.
    Syntax
    'Declaration
    
    Public Function HasDragSource( _
    ByVal args
    The System.Windows.Forms.DragEventArgs instance containing the event data.
    As System.Windows.Forms.DragEventArgs _
    ) As Boolean

    Parameters

    args
    The System.Windows.Forms.DragEventArgs instance containing the event data.

    Return Value

    True if manager has drag source for specified arguments; otherwise, false.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also